home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / bison.arc / README.ST < prev    next >
Text File  |  1988-08-13  |  1KB  |  28 lines

  1.  
  2. This is the distribution of BISON, the GNU project parser generator, as
  3. ported to the Atari ST.
  4.  
  5. Please read the file COPYING for a description of your rights and
  6. responsibilities as a user of GNU software.
  7.  
  8. This one's pretty straightforward.  One interesting mod that I had to
  9. make:  
  10.  
  11. The default name for the output .c file generated from foo.y is
  12. foo-t.c, rather than foo.tab.c.  This may cause problems if the
  13. original file name is already at the limit of the ST file system.
  14.  
  15. See the doc or source for details on where BISON looks for its two
  16. parser skeletons.  You should define some env vars BISON_SIMPLE and
  17. BISON_HAIRY as the pathnames of those files.  Bison will look other
  18. places, but mostly I haven't bothered to de-Eunuchs-ify the pathname
  19. code internally, so all the other places it looks will lose.  I've
  20. included my GNU.G file as an example.
  21.  
  22. As always, all mods that I've made to the source are conditionalized
  23. with #ifdef atarist.
  24.  
  25. Good luck!
  26.  
  27. JRD@Stony-Brook.SCRC.Symbolics.COM
  28.